home *** CD-ROM | disk | FTP | other *** search
/ IL-2 Sturmovik (2001) Dig…Preview and Review disks / Demo disk.iso / data1.cab / Files / lib / rt.jar / javax / swing / plaf / basic / resources / basic.properties < prev   
Encoding:
Text File  |  1979-12-31  |  3.2 KB  |  100 lines

  1. # This properties file is used to create a PropertyResourceBundle
  2. # It contains Locale specific strings used in Swing
  3. # Currently, the following components need this for support:
  4. #
  5. #    ColorChooser
  6. #    FileChooser
  7. #    OptionPane
  8. #
  9. # When this file is read in, the strings are put into the 
  10. # defaults table.  This is an implementation detail of the current
  11. # workings of Swing.  DO NOT DEPEND ON THIS.  
  12. # This may change in future versions of Swing as we improve localization 
  13. # support.
  14. #
  15. # %I% %G%
  16. # @author Steve Wilson
  17.  
  18. ############ FILE CHOOSER STRINGS #############
  19. FileChooser.fileDescriptionText=Generic File
  20. FileChooser.directoryDescriptionText=Directory
  21. FileChooser.newFolderErrorText=Error creating new folder
  22. FileChooser.newFolderErrorSeparator= : 
  23. FileChooser.acceptAllFileFilterText=All Files (*.*)
  24. FileChooser.cancelButtonText=Cancel
  25. FileChooser.saveButtonText=Save
  26. FileChooser.openButtonText=Open
  27. FileChooser.saveDialogTitleText=Save
  28. FileChooser.openDialogTitleText=Open
  29. FileChooser.updateButtonText=Update
  30. FileChooser.helpButtonText=Help
  31. # These strings are platform dependent not look and feel dependent.
  32. FileChooser.win32.newFolder=New Folder
  33. FileChooser.win32.newFolder.subsequent=New Folder ({0})
  34. FileChooser.other.newFolder=NewFolder
  35. FileChooser.other.newFolder.subsequent=NewFolder.{0}
  36.  
  37. ## file chooser tooltips ###
  38. FileChooser.cancelButtonToolTipText=Abort file chooser dialog
  39. FileChooser.saveButtonToolTipText=Save selected file
  40. FileChooser.openButtonToolTipText=Open selected file
  41. FileChooser.updateButtonToolTipText=Update directory listing
  42. FileChooser.helpButtonToolTipText=FileChooser help
  43.  
  44. ############ COLOR CHOOSER STRINGS #############
  45. ColorChooser.previewText=Preview
  46. ColorChooser.okText=OK
  47. ColorChooser.cancelText=Cancel
  48. ColorChooser.resetText=Reset
  49. ColorChooser.sampleText=Sample Text  Sample Text
  50. ColorChooser.swatchesNameText=Swatches
  51. ColorChooser.swatchesRecentText=Recent:
  52. ColorChooser.hsbNameText=HSB
  53. ColorChooser.hsbHueText=H
  54. ColorChooser.hsbSaturationText=S
  55. ColorChooser.hsbBrightnessText=B
  56. ColorChooser.hsbRedText=R
  57. ColorChooser.hsbGreenText=G
  58. ColorChooser.hsbBlueText=B
  59. ColorChooser.rgbNameText=RGB
  60. ColorChooser.rgbRedText=Red
  61. ColorChooser.rgbGreenText=Green
  62. ColorChooser.rgbBlueText=Blue
  63.  
  64. ############ OPTION PANE STRINGS #############
  65. OptionPane.yesButtonText=Yes
  66. OptionPane.noButtonText=No
  67. OptionPane.okButtonText=OK
  68. OptionPane.cancelButtonText=Cancel
  69. OptionPane.titleText=Select an Option
  70.  
  71. ############ Text strings #############
  72. # Used for html forms
  73. FormView.submitButtonText=Submit Query
  74. FormView.resetButtonText=Reset
  75.  
  76. ############ Abstract Document Strings ############
  77. AbstractDocument.styleChangeText=style change
  78. AbstractDocument.additionText=addition
  79. AbstractDocument.deletionText=deletion
  80. AbstractDocument.undoText=Undo
  81. AbstractDocument.redoText=Redo
  82.  
  83. ############ Abstract Button Strings ############
  84. AbstractButton.clickText=click
  85.  
  86. ############ Abstract Undoable Edit Strings ############
  87. AbstractUndoableEdit.undoText=Undo
  88. AbstractUndoableEdit.redoText=Redo
  89.  
  90. ############ Combo Box Strings ############
  91. ComboBox.togglePopupText=togglePopup
  92.  
  93. ############ Progress Monitor Strings ############
  94. ProgressMonitor.progressText=Progress...
  95.  
  96. ############ Split Pane Strings ############
  97. SplitPane.leftButtonText=left button
  98. SplitPane.rightButtonText=right button
  99.  
  100.